testing.M.examples (field)

5 uses

	testing (current package)
		testing.go#L1986: 	examples    []InternalExample
		testing.go#L2031: 		examples:    examples,
		testing.go#L2107: 		listTests(m.deps.MatchString, m.tests, m.benchmarks, m.fuzzTargets, m.examples)
		testing.go#L2141: 		haveExamples = len(m.examples) > 0
		testing.go#L2144: 		exampleRan, exampleOk := runExamples(m.deps.MatchString, m.examples)